chore: add react-native compat - #70
Conversation
|
I'm guessing this PR is necessary because you're having problems importing modules as It looks like support was added recently - have you tried turning these settings on? |
Exports support is experimental and doesn't work well when multiple isomorphic packages exist in the repo. Some use exports for node, while others use exports for web. Trying to use exports in RN would significantly modify our bundle selection. The best thing a package maintainer can do is select the correct bundle they want to ship to react native and supply it through the "react-native" directive. That's why I went with that approach in these PRs and why we don't plan to enable exports. |
|
From what I can see, the |
No description provided.